home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Bonus.dir / 00046.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  337 b   |  10 lines

  1. on exitFrame
  2.   if not rollOver(19) and not rollOver(20) and not rollOver(21) and not rollOver(22) and not rollOver(23) and not rollOver(24) and not rollOver(25) and not rollOver(26) then
  3.     repeat with x = 20 to 26
  4.       set the visible of sprite x to 0
  5.     end repeat
  6.     set the height of sprite 19 to 35
  7.   end if
  8.   go(the frame)
  9. end
  10.